home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / perl5 / 5.8.7 / CGI / Apache.pm next >
Text File  |  2006-04-25  |  271b  |  27 lines

  1. use CGI;
  2.  
  3. $VERSION = '1.00';
  4.  
  5. 1;
  6. __END__
  7.  
  8. =head1 NAME
  9.  
  10. CGI::Apache - Backward compatibility module for CGI.pm
  11.  
  12. =head1 SYNOPSIS
  13.  
  14. Do not use this module.  It is deprecated.
  15.  
  16. =head1 ABSTRACT
  17.  
  18. =head1 DESCRIPTION
  19.  
  20. =head1 AUTHOR INFORMATION
  21.  
  22. =head1 BUGS
  23.  
  24. =head1 SEE ALSO
  25.  
  26. =cut
  27.